home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / disks / 651_700 / 657 / untar / untar.readme < prev    next >
Text File  |  1993-11-27  |  370b  |  12 lines

  1. Short: (Very simple) TAR file unpacker
  2. Type: util/arc
  3.  
  4.   This is a very simple program to unpack archives generated by the Unix
  5. TAR program or equivalent.  It has not been extensively tested, but should
  6. work for most, if not all, TAR files.
  7.  
  8. CLI calling format:
  9.     UnTar <TAR-file>
  10. where TAR-file is the TAR file to extract.  Files are extracted to the
  11. current directory.
  12.